.central {
    background: rgba(255, 0, 0, 0);
    width: 80%;
    max-height:600px;
    margin: 1%;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.block1 {background: #2d3550e7; width:calc(100%/3);
}
.block2 {background: #322d50e5; width:calc(100%/3);
}
.block3 {background: #462d50ec; width:calc(100%/3);
}

.blockall {display: flex; justify-content: center;
    overflow-y: scroll;
    overflow-x: scroll;
    flex-wrap: wrap;
}

.drawing { 
background: rgba(0, 0, 0, 0);
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;

}

.innerdrawing { 
    display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;
    width:fit-content;height: fit-content; padding-left: 5px; padding-right: 5px; padding-bottom: 5px;
    margin: 0px;border-radius: 3px;overflow: hidden;
    img {height:max-content;}
    p {width: inherit ; text-align: center; margin: 1px;}
}
/*innerdrawing box design*/
.new {background-color: rgb(57, 36, 83); 
/*borders and shit */
        border-image-slice: 4 4 4 4;
        border-image-width: 8px 8px 8px 8px;
        border-image-outset: 4px 4px 4px 4px;
        border-image-repeat: stretch stretch;
        border-image-source: url("https://sebydooo.space/Assets/borders/basicpgrey.png");
        border-style: solid; 
        image-rendering: pixelated;
    /*end of borders and shit */}
.old { }
.ancient { }
